func net/http.parseBasicAuth

2 uses

	net/http (current package)
		request.go#L953: 	return parseBasicAuth(auth)
		request.go#L958: func parseBasicAuth(auth string) (username, password string, ok bool) {